home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / LaserWriter II NTX v47.0 < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  10.7 KB  |  332 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%
  10. *FormatVersion: "4.0"
  11. *FileVersion: "3.0"
  12. *PCFileName: "LWNTX470.PPD"
  13. *LanguageVersion: English
  14. *Product: "(LaserWriter II NTX)"
  15. *PSVersion: "(47.0) 1"
  16. *ModelName: "Apple LaserWriter II NTX"
  17. *NickName: "Apple LaserWriter II NTX v47.0"
  18.  
  19. *% General Information and Defaults ===============
  20. *ColorDevice: False
  21. *DefaultColorSpace: Gray
  22. *FreeVM: "434204"
  23. *LanguageLevel: "1"
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true
  37.   }{
  38.     dup    % potential password
  39.     statusdict /checkpassword get exec not
  40.   } ifelse
  41.   {  %  if no password or not valid
  42.     (WARNING : Cannot perform the exitserver command.) =
  43.     (Password supplied is not valid.) =
  44.     (Please contact the author of this software.) = flush
  45.     quit
  46.   } if
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup    % potential password
  56.     statusdict /checkpassword get exec not
  57.   } ifelse
  58.   {  %  if no password or not valid
  59.     (WARNING : Cannot reset printer.) =
  60.     (Password supplied is not valid.) =
  61.     (Please contact the author of this software.) = flush
  62.     quit
  63.   } if
  64.   serverdict /exitserver get exec
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "60.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {dup mul exch dup mul add 1.0 exch sub }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion.
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "statusdict /lettertray get exec"
  106. *PageSize Legal: "statusdict /legaltray get exec"
  107. *PageSize A4: "statusdict /a4tray get exec"
  108. *PageSize B5: "statusdict /b5tray get exec"
  109. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  110. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  111. *?PageSize: "
  112. save
  113.   [(Letter)(Legal)] statusdict /pagetype get exec
  114.   {get} stopped { pop pop (Unknown)} if = flush
  115. restore
  116. "
  117. *End
  118. *CloseUI: *PageSize
  119.  
  120. *% These entries will set up the frame buffer. Usually used with manual feed.
  121. *OpenUI *PageRegion: PickOne
  122. *OrderDependency: 40 AnySetup *PageRegion
  123. *DefaultPageRegion: Letter
  124. *PageRegion Letter: "letter"
  125. *PageRegion Legal: "legal"
  126. *PageRegion A4: "a4"
  127. *PageRegion B5: "b5"
  128. *PageRegion LetterSmall: "lettersmall"
  129. *PageRegion A4Small: "a4small"
  130. *CloseUI: *PageRegion
  131.  
  132. *% The following entries provide information about specific paper keywords.
  133. *DefaultImageableArea: Letter
  134. *ImageableArea Letter: "15 8 597 784 "
  135. *ImageableArea Legal: "15 8 597 1000 "
  136. *ImageableArea A4: "13 10 577 832 "
  137. *ImageableArea B5: "21 10 500 715 "
  138. *ImageableArea LetterSmall: "31 31 583 761 "
  139. *ImageableArea A4Small: "27 31 567 811 "
  140. *?ImageableArea: "
  141. save
  142.   /cvp {(                ) cvs print ( ) print } bind def
  143.   /upperright {10000 mul floor 10000 div} bind def
  144.   /lowerleft {10000 mul ceiling 10000 div} bind def
  145.   newpath clippath pathbbox
  146.   4 -2 roll exch 2 {lowerleft cvp} repeat
  147.   exch 2 {upperright cvp} repeat flush
  148.  restore
  149. "
  150. *End
  151.  
  152. *% These provide the physical dimensions of the paper (by keyword)
  153. *DefaultPaperDimension: Letter
  154. *PaperDimension Letter: "612 792"
  155. *PaperDimension Legal: "612 1008"
  156. *PaperDimension A4: "595 842"
  157. *PaperDimension B5: "516 729"
  158. *PaperDimension LetterSmall: "612 792"
  159. *PaperDimension A4Small: "595 842"
  160.  
  161. *RequiresPageRegion All: True
  162. *OpenUI *InputSlot: PickOne
  163. *OrderDependency: 20 AnySetup *InputSlot
  164. *DefaultInputSlot: Cassette
  165. *InputSlot Cassette: ""
  166. *CloseUI: *InputSlot
  167.  
  168. *OpenUI *ManualFeed: Boolean
  169. *OrderDependency: 20 AnySetup *ManualFeed
  170. *DefaultManualFeed: False
  171. *ManualFeed True: "statusdict /manualfeed true put"
  172. *ManualFeed False: "statusdict /manualfeed false put"
  173. *?ManualFeed: "
  174. save
  175.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  176. restore
  177. "
  178. *End
  179. *CloseUI: *ManualFeed
  180.  
  181. *DefaultOutputOrder: Normal
  182.  
  183. *% Font Information =====================
  184. *DefaultFont: Courier
  185. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  186. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  187. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  188. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  189. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  190. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  191. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  192. *Font Courier: Standard "(001.004)" Standard ROM
  193. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  194. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  195. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  196. *Font Helvetica: Standard "(001.001)" Standard ROM
  197. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  198. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  199. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  200. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  201. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  202. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  203. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  204. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  205. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  206. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  207. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  208. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  209. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  210. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  211. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  212. *Font Symbol: Special "(001.001)" Special ROM
  213. *Font Times-Bold: Standard "(001.001)" Standard ROM
  214. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  215. *Font Times-Italic: Standard "(001.001)" Standard ROM
  216. *Font Times-Roman: Standard "(001.001)" Standard ROM
  217. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  218. *Font ZapfDingbats: Special "(001.000)" Special ROM
  219. *?FontQuery: "
  220. save
  221.  /str 100 string dup 0 (fonts/) putinterval def
  222.  {
  223.    count 1 gt
  224.    {
  225.      exch dup str 6 94 getinterval cvs
  226.      (/) print dup print (:) print exch
  227.      FontDirectory exch known
  228.      { pop (Yes) }
  229.       {
  230.         length 6 add str 0 3 -1 roll getinterval
  231.         mark exch status
  232.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  233.      } ifelse =
  234.    }
  235.    {exit} ifelse
  236.  }bind loop
  237.  (*) = flush
  238. restore
  239. "
  240. *End
  241.  
  242. *?FontList: "
  243. save
  244.   FontDirectory { pop == } bind forall flush
  245.   /filenameforall where
  246.   {
  247.     pop (fonts/*)
  248.     { dup length 6 sub 6 exch getinterval cvn == } bind
  249.     128 string filenameforall flush
  250.   } if
  251.   (*) = flush
  252. restore
  253. "
  254. *End
  255.  
  256. *% Printer Messages (verbatim from printer):
  257. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  258. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  259. *Message: "\FontName\ not found, using Courier"
  260.  
  261. *% Status (format: %%[ status: <one of these> ]%% )
  262. *Status: "idle"
  263. *Status: "busy"
  264. *Status: "waiting"
  265. *Status: "printing"
  266. *Status: "warming up"
  267. *Status: "PrinterError: timeout, clearing printer"
  268. *Status: "PrinterError: warming up"
  269. *Status: "PrinterError: service call"
  270. *Status: "PrinterError: paper entry misfeed"
  271. *Status: "PrinterError: no toner cartridge"
  272.  
  273. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  274. *Source: "serial9"
  275. *Source: "serial25"
  276. *Source: "AppleTalk"
  277.  
  278. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  279. *PrinterError: "timeout, clearing printer"
  280. *PrinterError: "warming up"
  281. *PrinterError: "service call"
  282. *PrinterError: "paper entry misfeed"
  283. *PrinterError: "no toner cartridge"
  284.  
  285. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  286.  
  287. *% Color Separation Information =====================
  288.  
  289. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  290.  
  291. *InkName: ProcessBlack/Process Black
  292. *InkName: CustomColor/Custom Color
  293. *InkName: ProcessCyan/Process Cyan
  294. *InkName: ProcessMagenta/Process Magenta
  295. *InkName: ProcessYellow/Process Yellow
  296.  
  297. *% For 60 lpi / 300 dpi =====================================================
  298.  
  299. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  300. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  301. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  302. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  303. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  304.  
  305. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  307. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310.  
  311. *% For 53 lpi / 300 dpi =====================================================
  312.  
  313. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  314. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  315. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  316. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  317. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  318.  
  319. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  320. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  321. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  322. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  323. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  324.  
  325. *% For "LaserWriter II NTX" version 47.0
  326. *% Produced by "GETapd.ps" version 2.0 edit 48
  327. *% Converted to meet 4.0 specification
  328. *% Last Edit Date: Mar 2 1992
  329. *% The byte count of this file should be exactly 010968 or 011299
  330. *% depending on the filesystem it resides in.
  331. *% end of PPD file for LaserWriter II NTX
  332.